home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 October: Technology Seed / ADC Seed CD - October 1999.toast / FireWire / FireWire_2.1_SDK_DR3 / Source / SBP2 / SampleSBP2Family / SampleSBP2Expert.r < prev    next >
Encoding:
Text File  |  1999-05-17  |  1.5 KB  |  69 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        SampleSBP2Expert.r
  3.  
  4.     Contains:    Resources for sample SBP-2 expert
  5.  
  6.     Version:    1.0
  7.  
  8.     Copyright:    © 1998 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     File Ownership:
  11.  
  12.         DRI:                Eric Anderson
  13.  
  14.         Other Contact:        
  15.  
  16.         Technology:            FireWire
  17.  
  18.     Writers:
  19.  
  20.         (DCB)    Clinton Bauder
  21.         (EA)    Eric Anderson (ewa)
  22.  
  23.     Change History (most recent first):
  24.  
  25.        <FW3>    12/19/98    DCB        More cleanup for SDK.
  26.        <FW2>     9/20/98    EA        Filled in header comments.
  27.        <FW1>     9/20/98    EA        first checked in
  28. */
  29.  
  30.  
  31.  
  32. #if ETO_BUILD
  33. #include "SysTypes.r"
  34. #include "CodeFragmentTypes.r"
  35. #else
  36. #include "Types.r"
  37. #include "CodeFragments.r"
  38. #endif
  39.  
  40. resource 'cfrg' (0)
  41. {
  42.     {
  43.       kPowerPC,                /* Target machine's Architecture. */
  44.       kFullLib,                /* This is not an update. */
  45.       kNoVersionNum,        /* Current version. */
  46.       kNoVersionNum,        /* Definition version. */
  47.       kDefaultStackSize,    /* Stack size of application. */
  48.       kNoAppSubFolder,        /* Not used here.  Can be the resource-id of an 'alis'
  49.                                resource.  Used to provide additional location
  50.                                to search for libraries. */
  51.       kIsLib,                /* This is an application (not a lib or drop-in). */
  52.       kOnDiskFlat,            /* This code fragment is on disk, in the data fork. */
  53.       kZeroOffset,            /* Offset of code into data fork. */
  54.       kWholeFork,            /* Code takes up all of data fork (can give a size). */
  55.       "SampleSBP2Expert"    /* Name of library. */
  56.     }
  57. };
  58.  
  59. resource 'vers' (1)
  60. {
  61.     FWVersion,
  62.     FWRevision,
  63.     FWBuildStage,
  64.     FWBuildNumber,
  65.     verUS,
  66.     FWShortVersionString,
  67.     FWLongVersionString
  68. };
  69.